home *** CD-ROM | disk | FTP | other *** search
- name Generic EDM
-
- % 00
- ! 00
- O 4
- N >4
- G 2
- X ->3.>4
- Y ->3.>4
- I ->3.>4
- J ->3.>4
- F >3.2
- D 2
- M 2
-
- ModalLetters X Y Z F R # List of letters that are modal
-
- ModalGs 0 1 2 3 # List of g codes that are modal
-
- Sequence#s N 0 1 1 # Char, freq, incr & start
- First#? N # Y or N 'Output 1st sequence no.
- Last#? N # Y or N 'Output last sequence no.
-
- HCode X # X or X U 'Horizontal char.
- VCode Y # Y or Y V 'Vertical char.
- FeedCode F # Feed rate char.
-
- Comment ( ) # Begin End comment char.
-
- DComp 41 42 40 # Left, Right & Cancel m codes
- LComp 43 49 # On & Off codes
-
- Feed G1 # Linear move
- Rapid G0 # Rapid positioning word
- Cw G2 # Circular move clockwise
- Ccw G3 # Circular move counter clockwise
-
- Inc/Abs G 91 90 # Inc & Abs char. & values
- Inch/MM 70 71 # Inch & Metric g codes
-
- CtrCode I J # I J or R or I J K L
- CtrIncremental? Y # Y or N 'Inc or abs I & J
- ByQuadrants? N # Y or N 'Break arcs at quadrants
-
- Spaces? N # Y or N 'Spaces between words
- Incremental? N # Y or N 'Inc or abs output
-
- #Work G
-
- UppercaseComments? Y # Y or N 'Require uppercase comments
-
- #MaxRad 999 .0005 # Chordal breakdown value
- #ArcWithSame? N # Support XY/UV arc records
- #ArcWithLine? N # Support UV arc records
-
- StartCode # Start of the program
- %0
- !0 O[Program#]
- End
-
- 1stToolChange # First tool change
- G0 G92 X0 Y0
- X[H] Y[V]
- End
-
- Infeed # Enable cutter comp
- G[Side] X[H] Y[V] D[Dcomp]
- end
-
- Outfeed # Disable cutter comp
- G1 G40 X[H] Y[V]
- end
-
- ToolChange # Secondary tool changes
- M1
- G0 X[H] Y[V]
- End
-
- EndCode # End of the program
- M30
- %0
- End
-
- #LineCode
- #G1 X[H] Y[V] F[Frate]
- #End
-
- #RapidCode
- #G0 X[H] Y[V]
- #End
-
- #CcwCode
- #G3 X[H] Y[V] I[Ival] J[Jval] F[Frate]
- #End
-
- #CwCode
- #G2 X[H] Y[V] I[Ival] J[Jval] F[Frate]
- #End
-
- #Upon
- #End
-